AND gate

If all inputs on the AND gate are '1', the output will be '1'.

Truth table for a 2-input AND gate:

Input 1 Input 2 Output
0 0 0
0 1 0
1 0 0
1 1 1

See also: